﻿2026-05-27T18:57:31.9788909Z ##[group]Run actions/checkout@v6
2026-05-27T18:57:31.9789693Z with:
2026-05-27T18:57:31.9789942Z   repository: yorvana/android
2026-05-27T18:57:31.9790420Z   token: ***
2026-05-27T18:57:31.9790652Z   ssh-strict: true
2026-05-27T18:57:31.9790869Z   ssh-user: git
2026-05-27T18:57:31.9791100Z   persist-credentials: true
2026-05-27T18:57:31.9791349Z   clean: true
2026-05-27T18:57:31.9791590Z   sparse-checkout-cone-mode: true
2026-05-27T18:57:31.9791861Z   fetch-depth: 1
2026-05-27T18:57:31.9792098Z   fetch-tags: false
2026-05-27T18:57:31.9792320Z   show-progress: true
2026-05-27T18:57:31.9792552Z   lfs: false
2026-05-27T18:57:31.9792757Z   submodules: false
2026-05-27T18:57:31.9792978Z   set-safe-directory: true
2026-05-27T18:57:31.9793463Z ##[endgroup]
2026-05-27T18:57:32.0901042Z Syncing repository: yorvana/android
2026-05-27T18:57:32.0903256Z ##[group]Getting Git version info
2026-05-27T18:57:32.0904073Z Working directory is '/home/runner/work/android/android'
2026-05-27T18:57:32.0905151Z [command]/usr/bin/git version
2026-05-27T18:57:32.0986499Z git version 2.54.0
2026-05-27T18:57:32.1013814Z ##[endgroup]
2026-05-27T18:57:32.1031381Z Temporarily overriding HOME='/home/runner/work/_temp/682224df-bb14-42ed-bad9-96a286fc842c' before making global git config changes
2026-05-27T18:57:32.1033374Z Adding repository directory to the temporary git global config as a safe directory
2026-05-27T18:57:32.1040695Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/android/android
2026-05-27T18:57:32.1092201Z Deleting the contents of '/home/runner/work/android/android'
2026-05-27T18:57:32.1097119Z ##[group]Initializing the repository
2026-05-27T18:57:32.1104164Z [command]/usr/bin/git init /home/runner/work/android/android
2026-05-27T18:57:32.1216432Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-27T18:57:32.1217955Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-27T18:57:32.1218982Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-27T18:57:32.1220973Z hint: call:
2026-05-27T18:57:32.1231611Z hint:
2026-05-27T18:57:32.1232369Z hint: 	git config --global init.defaultBranch <name>
2026-05-27T18:57:32.1232992Z hint:
2026-05-27T18:57:32.1233603Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-27T18:57:32.1235362Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-27T18:57:32.1236854Z hint:
2026-05-27T18:57:32.1237278Z hint: 	git branch -m <name>
2026-05-27T18:57:32.1237749Z hint:
2026-05-27T18:57:32.1238379Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-27T18:57:32.1239421Z Initialized empty Git repository in /home/runner/work/android/android/.git/
2026-05-27T18:57:32.1241041Z [command]/usr/bin/git remote add origin https://github.com/yorvana/android
2026-05-27T18:57:32.1316359Z ##[endgroup]
2026-05-27T18:57:32.1319786Z ##[group]Disabling automatic garbage collection
2026-05-27T18:57:32.1321244Z [command]/usr/bin/git config --local gc.auto 0
2026-05-27T18:57:32.1356788Z ##[endgroup]
2026-05-27T18:57:32.1358329Z ##[group]Setting up auth
2026-05-27T18:57:32.1359858Z Removing SSH command configuration
2026-05-27T18:57:32.1364892Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-27T18:57:32.1404613Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-27T18:57:32.1911118Z Removing HTTP extra header
2026-05-27T18:57:32.1912871Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-27T18:57:32.1917793Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-27T18:57:32.2076791Z Removing includeIf entries pointing to credentials config files
2026-05-27T18:57:32.2082923Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-27T18:57:32.2119324Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-27T18:57:32.3169883Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-ee904d5d-8bde-4979-9ea5-51c86a826eac.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-27T18:57:32.3174935Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git.path /home/runner/work/_temp/git-credentials-ee904d5d-8bde-4979-9ea5-51c86a826eac.config
2026-05-27T18:57:32.3180197Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-ee904d5d-8bde-4979-9ea5-51c86a826eac.config
2026-05-27T18:57:32.3185313Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-ee904d5d-8bde-4979-9ea5-51c86a826eac.config
2026-05-27T18:57:32.3192169Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-ee904d5d-8bde-4979-9ea5-51c86a826eac.config
2026-05-27T18:57:32.3194443Z ##[endgroup]
2026-05-27T18:57:32.3195115Z ##[group]Fetching the repository
2026-05-27T18:57:32.3197058Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +55eedcb9cb200082f968b2e6242e3254450d5aac:refs/remotes/origin/feature/hardening-nightly-bake
2026-05-27T18:57:32.9210549Z From https://github.com/yorvana/android
2026-05-27T18:57:32.9211968Z  * [new ref]         55eedcb9cb200082f968b2e6242e3254450d5aac -> origin/feature/hardening-nightly-bake
2026-05-27T18:57:32.9241904Z [command]/usr/bin/git branch --list --remote origin/feature/hardening-nightly-bake
2026-05-27T18:57:32.9281535Z   origin/feature/hardening-nightly-bake
2026-05-27T18:57:32.9292481Z [command]/usr/bin/git rev-parse refs/remotes/origin/feature/hardening-nightly-bake
2026-05-27T18:57:32.9318515Z 55eedcb9cb200082f968b2e6242e3254450d5aac
2026-05-27T18:57:32.9324551Z ##[endgroup]
2026-05-27T18:57:32.9325686Z ##[group]Determining the checkout info
2026-05-27T18:57:32.9327210Z ##[endgroup]
2026-05-27T18:57:32.9331244Z [command]/usr/bin/git sparse-checkout disable
2026-05-27T18:57:32.9381087Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-27T18:57:32.9410171Z ##[group]Checking out the ref
2026-05-27T18:57:32.9431505Z [command]/usr/bin/git checkout --progress --force -B feature/hardening-nightly-bake refs/remotes/origin/feature/hardening-nightly-bake
2026-05-27T18:57:33.0573573Z Switched to a new branch 'feature/hardening-nightly-bake'
2026-05-27T18:57:33.0577810Z branch 'feature/hardening-nightly-bake' set up to track 'origin/feature/hardening-nightly-bake'.
2026-05-27T18:57:33.0854132Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-27T18:57:33.0855414Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-27T18:57:33.0872738Z ##[endgroup]
2026-05-27T18:57:33.0920796Z [command]/usr/bin/git log -1 --format=%H
2026-05-27T18:57:33.0946209Z 55eedcb9cb200082f968b2e6242e3254450d5aac
